* {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑", Helvetica;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
}

ul,
ol {
  list-style-type: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

b {
  font-weight: normal;
}

button,
input[type=submit] {
  border: 0;
  outline: 0;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.clear:before,
.clear:after {
  content: "";
  display: table;
}

.clear:after {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.el-radio-group {
  margin-top: 9px;
}

.tyFooter {
  width: 100%;
  height: 215px;
  padding-top: 34px;
  background-color: #4a4a4a;
  position: relative;
  left: 0px;
  bottom: 0px;
}

.footerSelect {
  height: 40px;
  display: flex;
  position: relative;
}

.foosItem {
  height: 100%;
  flex: 1;
  margin-left: 20px;
  color: #fff;
  background-color: #5d5d5d;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
}

.foosItem:first-child {
  margin-left: 0;
}

.foosItemTitle {
  width: 100%;
  height: 100%;
  line-height: 40px;
  padding: 0 20px;
  display: block;
  position: relative;
}

.foosItemTitle:after {
  content: "";
  margin-top: -2px;
  border: solid 6px transparent;
  border-top-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  right: 20px;
  top: 50%;
  transition: all .2s ease-in-out;
}

.foosItemListBox {
  width: 1200px;
  padding-bottom: 10px;
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 5;
  /* transition: all .3s ease-in-out;
  opacity: 0; */
  visibility: hidden;
}

.foosItemList {
  padding: 20px;
  font-size: 0;
  background-color: #5d5d5d;
}

.foosItemList>li {
  width: 25%;
  padding: 5px 0;
  display: inline-block;
}

.foosItemList>li a {
  font-size: 15px;
}

.foosItemList>li a:hover {
  color: #d75342;
}

.foosItem:hover .foosItemListBox {
  opacity: 1;
  visibility: visible;
}

.foosItem:hover .foosItemTitle:after {
  margin-top: -9px;
  border-bottom-color: rgba(255, 255, 255, 0.8);
  border-top-color: transparent;
}

.footerSelect .el-select {
  margin-left: 20px;
  flex: 1;
}

.footerSelect .el-select:first-child {
  margin-left: 0;
}

.footerSelect .el-input__inner {
  color: #fff;
  background-color: #5d5d5d;
  border: 0;
}

.footerInfoBox {
  margin-top: 20px;
  display: flex;
}

.footerPic {
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footerInfo span {
  margin-left: 50px;
  line-height: 32px;
  color: #9e9e9e;
  font-size: 15px;
}

.footerInfo span:first-child {
  margin-left: 0;
}

.footerInfo span img {
  margin-right: 3px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}